Commit Graph

10 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 29bec0c0e0 Lay down some server-client foundations 2014-10-26 18:57:28 +01:00
Přemysl Eric Janouch 3ea5918fee Yes, I'm very funny 2014-10-26 18:55:25 +01:00
Přemysl Eric Janouch d77a47d54f Inject some of my copy-paste library
So far only to support argument parsing, which we're going to need
soon to set up a server.
2014-10-25 00:48:35 +02:00
Přemysl Eric Janouch 98a5fcaac2 Fix the ANSI SGR export 2014-10-25 00:03:17 +02:00
Přemysl Eric Janouch ee5f1b4cf2 Rewrite to use libuv
Also instead of resize_term() we use resizeterm() because the former
seems to cause massive glitches.  Not flicker-free in urxvt anymore
though.
2014-10-24 23:01:57 +02:00
Přemysl Eric Janouch 4e1c52d798 Add a license header 2014-10-24 22:58:18 +02:00
Přemysl Eric Janouch 52e8c7ac09 Add IRC and ANSI SGR exports 2014-10-24 08:27:13 +02:00
Přemysl Eric Janouch de3c8b89bb Back the canvas with a real bitmap
The first step towards making this actually useful.

Also the canvas can be now scrolled with the middle mouse button.
2014-10-23 23:27:48 +02:00
Přemysl Eric Janouch 47e6e7fa23 Use a real indexed palette
Instead of copying attributes from the screen.

And other minor changes, e.g. don't select a colour when the mouse
is dragged over the palette, instead of clicking on it.
2014-10-23 09:23:10 +02:00
Přemysl Eric Janouch de8b897b31 Initial commit
Forked from termo's demo-draw.c
2014-10-22 23:58:25 +02:00