home · contact · privacy
ircplom
25 hours ago Christian HellerRemove irrelevant code line.
25 hours ago Christian HellerAdd window index display to status (formerly: separator...
25 hours ago Christian HellerIn input prompt show only what fits into window width...
26 hours ago Christian HellerRefactor widget sizing, drawing.
2 days ago Christian HellerRemove unused branch.
2 days ago Christian HellerOpen connection window before connection success, log...
2 days ago Christian HellerAdd CONN_ALERT event type to alert specifically in...
3 days ago Christian HellerDisallow sending to (probably) closed connections.
3 days ago Christian HellerFix disconnect command still expecting single hardcoded...
3 days ago Christian HellerFix crash when trying to scroll empty window.
3 days ago Christian HellerLaunch connections from meta buffer into new windows...
3 days ago Christian HellerFix swallowing of penultimate log line.
4 days ago Christian HellerMinor refactoring, error message re-phrasing.
4 days ago Christian HellerRefactor TUI commands into their respective widgets.
5 days ago Christian HellerSome more questionably hand-coded type safety.
5 days ago Christian HellerSome more class abstraction.
5 days ago Christian HellerUpdate outdated debugging code block.
5 days ago Christian HellerPrivatize PromptWidget.clear since it's no longer calle...
5 days ago Christian HellerRestructure TuiPrompt and LogBuffer into Window and...
6 days ago Christian HellerAdd weechat-like buffer rotation via ALT+KEY_LEFT/KEY_R...
6 days ago Christian HellerWith buffer_idx rotate not only through logs, but also...
6 days ago Christian HellerMinor refactoring.
6 days ago Christian HellerAdd prompt history.
7 days ago Christian HellerRefactoring, primarily of interaction between LogBuffer...
7 days ago Christian HellerRefactor prompt handling into own class.
7 days ago Christian HellerRe-structure keybindings and TuiLoop._cmd_scroll* APIs.
7 days ago Christian HellerSimplify LogBuffer.scroll* API.
7 days ago Christian HellerSpeed up Terminal.write_yx by avoiding unnecessary...
7 days ago Christian HellerImprove command prompt error messaging.
8 days ago Christian HellerPrevent recursion with __cmd_prompt_enter potentially...
8 days ago Christian HellerRestructure prompt and keybinding interpretation/handling.
8 days ago Christian HellerMinor refactoring.
8 days ago Christian HellerIntroduce buffer switching, add buffer showing just...
8 days ago Christian HellerIndent lines in log display.
9 days ago Christian HellerMove log buffer code into own class, smartly preserve...
9 days ago Christian HellerScroll with PgUp/PgDown and larger distances.
9 days ago Christian HellerAdd scroll info to scrolled log display.
9 days ago Christian HellerAdd basic scrolling.
9 days ago Christian HellerWrap log lines to terminal width.
9 days ago Christian HellerMinor TuiLoop refactoring.
9 days ago Christian HellerRefactor key input handling into proper keybindings...
9 days ago Christian HellerMove quitting into new dedicated command prompt handling.
9 days ago Christian HellerDifferentiate timeouts between server connection and...
9 days ago Christian HellerMinor code style optimization.
9 days ago Christian HellerMove SIGWINCH handling further up in context chain.
9 days ago Christian HellerRefactor Event queueing code.
9 days ago Christian HellerFix unknown-combo display/alert.
9 days ago Christian HellerMove prompt command processing out of TuiLoop.
9 days ago Christian HellerMove PING processing out of SocketRecvLoop.
9 days ago Christian HellerRefactor event loop, always pass to TUI.
9 days ago Christian HellerRefactor Events and their handling.
9 days ago Christian HellerMinor code style fix.
9 days ago Christian HellerEnsure loop threads are finished before returning from...
9 days ago Christian Heller(Selectively) turn prompt input into IrcMessages.
10 days ago Christian HellerMinor fixes.
10 days ago Christian HellerIn Terminal.write_yx, truncate at .size.x, and properly...
10 days ago Christian HellerInitial commit.