iptux-src / iptux

A software for sharing in LAN
GNU General Public License v2.0
438 stars 129 forks source link

support undo in ChatBox #591

Open lidaobing opened 4 months ago

lidaobing commented 4 months ago

After I insert or delete text from ChatBox, it should support using Ctrl+Z(or Cmd+Z in macOS) to undo the insert/delete.

PS, gtk4 has builtin undo support for gtktextbuffer