home · contact · privacy
ircplom
11 days ago Christian HellerWith buffer_idx rotate not only through logs, but also...
11 days ago Christian HellerMinor refactoring.
11 days ago Christian HellerAdd prompt history.
12 days ago Christian HellerRefactoring, primarily of interaction between LogBuffer...
12 days ago Christian HellerRefactor prompt handling into own class.
12 days ago Christian HellerRe-structure keybindings and TuiLoop._cmd_scroll* APIs.
12 days ago Christian HellerSimplify LogBuffer.scroll* API.
12 days ago Christian HellerSpeed up Terminal.write_yx by avoiding unnecessary...
12 days ago Christian HellerImprove command prompt error messaging.
13 days ago Christian HellerPrevent recursion with __cmd_prompt_enter potentially...
13 days ago Christian HellerRestructure prompt and keybinding interpretation/handling.
13 days ago Christian HellerMinor refactoring.
13 days ago Christian HellerIntroduce buffer switching, add buffer showing just...
2025-05-30 Christian HellerIndent lines in log display.
2025-05-30 Christian HellerMove log buffer code into own class, smartly preserve...
2025-05-30 Christian HellerScroll with PgUp/PgDown and larger distances.
2025-05-30 Christian HellerAdd scroll info to scrolled log display.
2025-05-30 Christian HellerAdd basic scrolling.
2025-05-30 Christian HellerWrap log lines to terminal width.
2025-05-30 Christian HellerMinor TuiLoop refactoring.
2025-05-30 Christian HellerRefactor key input handling into proper keybindings...
2025-05-30 Christian HellerMove quitting into new dedicated command prompt handling.
2025-05-30 Christian HellerDifferentiate timeouts between server connection and...
2025-05-30 Christian HellerMinor code style optimization.
2025-05-30 Christian HellerMove SIGWINCH handling further up in context chain.
2025-05-30 Christian HellerRefactor Event queueing code.
2025-05-30 Christian HellerFix unknown-combo display/alert.
2025-05-30 Christian HellerMove prompt command processing out of TuiLoop.
2025-05-30 Christian HellerMove PING processing out of SocketRecvLoop.
2025-05-30 Christian HellerRefactor event loop, always pass to TUI.
2025-05-30 Christian HellerRefactor Events and their handling.
2025-05-30 Christian HellerMinor code style fix.
2025-05-30 Christian HellerEnsure loop threads are finished before returning from...
2025-05-30 Christian Heller(Selectively) turn prompt input into IrcMessages.
2025-05-29 Christian HellerMinor fixes.
2025-05-29 Christian HellerIn Terminal.write_yx, truncate at .size.x, and properly...
2025-05-29 Christian HellerInitial commit.