mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
IRCClient+LibGUI: Add an input box so we can send messages to channels.
Implement this using a GTextEditor with a special single-line mode. This new mode needs some polishing, but it's already very useful.
This commit is contained in:
parent
ad08165a25
commit
1fc283ed7d
Notes:
sideshowbarker
2024-07-19 15:02:29 +09:00
Author: https://github.com/awesomekling
Commit: 1fc283ed7d
12 changed files with 126 additions and 23 deletions
|
@ -26,6 +26,8 @@ public:
|
|||
|
||||
void dump() const;
|
||||
|
||||
void say(const String&);
|
||||
|
||||
const IRCLogBuffer& log() const { return *m_log; }
|
||||
IRCLogBuffer& log() { return *m_log; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue