cio

a simple irc client
git clone git://kloet.net/cio
Download | Log | Files | Refs | README | LICENSE

commit e9157267b1f962a79b7aa9a9c2504b4334bba710
parent c0a33e526ccb86801fb9c825499f8f1e97880f07
Author: Andrew Kloet <andrew@kloet.net>
Date:   Wed, 17 Jun 2026 15:13:33 -0400

bump version to 1.2

Diffstat:
MTODO | 3---
Mconfig.mk | 2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/TODO b/TODO @@ -2,9 +2,6 @@ 1. sndf() output should be limited to 512 chars (2.3). 2. strcase{cmp,str} are technically inadequate per (2.2) but who's counting? - Might be nice to be able to log the raw IRC packets. -- Scroll doesn't have an upper bound, to set one we'd (probably) have to - dynamically calculate how many lines the entire chat takes up. Sounds - expensive! - The cursor kinda just hangs around wherever. Maybe disable it? - Patch ideas: 1. Look ahead word wrapping diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # cio version -VERSION = 1.1 +VERSION = 1.2 # Customize below to fit your system