home · contact · privacy
ircplom
4 days agoRefactor key input handling into proper keybindings mapping.
Christian Heller [Fri, 30 May 2025 14:42:16 +0000 (16:42 +0200)]
Refactor key input handling into proper keybindings mapping.

4 days agoMove quitting into new dedicated command prompt handling.
Christian Heller [Fri, 30 May 2025 14:24:24 +0000 (16:24 +0200)]
Move quitting into new dedicated command prompt handling.

4 days agoDifferentiate timeouts between server connection and Loop continuation.
Christian Heller [Fri, 30 May 2025 14:03:35 +0000 (16:03 +0200)]
Differentiate timeouts between server connection and Loop continuation.

4 days agoMinor code style optimization.
Christian Heller [Fri, 30 May 2025 13:59:07 +0000 (15:59 +0200)]
Minor code style optimization.

4 days agoMove SIGWINCH handling further up in context chain.
Christian Heller [Fri, 30 May 2025 13:57:33 +0000 (15:57 +0200)]
Move SIGWINCH handling further up in context chain.

4 days agoRefactor Event queueing code.
Christian Heller [Fri, 30 May 2025 13:56:13 +0000 (15:56 +0200)]
Refactor Event queueing code.

4 days agoFix unknown-combo display/alert.
Christian Heller [Fri, 30 May 2025 13:31:29 +0000 (15:31 +0200)]
Fix unknown-combo display/alert.

4 days agoMove prompt command processing out of TuiLoop.
Christian Heller [Fri, 30 May 2025 13:30:11 +0000 (15:30 +0200)]
Move prompt command processing out of TuiLoop.

4 days agoMove PING processing out of SocketRecvLoop.
Christian Heller [Fri, 30 May 2025 13:20:28 +0000 (15:20 +0200)]
Move PING processing out of SocketRecvLoop.

4 days agoRefactor event loop, always pass to TUI.
Christian Heller [Fri, 30 May 2025 13:12:53 +0000 (15:12 +0200)]
Refactor event loop, always pass to TUI.

4 days agoRefactor Events and their handling.
Christian Heller [Fri, 30 May 2025 12:54:59 +0000 (14:54 +0200)]
Refactor Events and their handling.

4 days agoMinor code style fix.
Christian Heller [Fri, 30 May 2025 12:23:12 +0000 (14:23 +0200)]
Minor code style fix.

4 days agoEnsure loop threads are finished before returning from their context.
Christian Heller [Fri, 30 May 2025 12:22:51 +0000 (14:22 +0200)]
Ensure loop threads are finished before returning from their context.

4 days ago(Selectively) turn prompt input into IrcMessages.
Christian Heller [Fri, 30 May 2025 12:22:13 +0000 (14:22 +0200)]
(Selectively) turn prompt input into IrcMessages.

5 days agoMinor fixes.
Christian Heller [Thu, 29 May 2025 10:56:48 +0000 (12:56 +0200)]
Minor fixes.

5 days agoIn Terminal.write_yx, truncate at .size.x, and properly handle wide chars.
Christian Heller [Thu, 29 May 2025 06:42:19 +0000 (08:42 +0200)]
In Terminal.write_yx, truncate at .size.x, and properly handle wide chars.

5 days agoInitial commit.
Christian Heller [Thu, 29 May 2025 05:25:36 +0000 (07:25 +0200)]
Initial commit.