aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Don't free twice when exiting.Nicholas Marriott2007-12-12
|
* Actually incrementing the reference count would be nice.Nicholas Marriott2007-12-10
|
* Yes, it is.Nicholas Marriott2007-12-07
|
* Handle EOL properly when scrolled.Nicholas Marriott2007-12-07
|
* Redraw position indicator regardless.Nicholas Marriott2007-12-07
|
* Filling with the right attr should be done in screen-display.c.Nicholas Marriott2007-12-06
|
* Use the current attr/colours for filling in new areas, this fixes the echo ↵Nicholas Marriott2007-12-06
| | | | \\033[35\;46m\\033[2J bug.
* Bug fix; don't bail except on first line when printing.Nicholas Marriott2007-12-06
|
* Workaround FreeBSD problems with deleting terms.Nicholas Marriott2007-12-06
|
* Only close the tty during exit process and leave freeing it to when the ↵Nicholas Marriott2007-12-06
| | | | socket is lost.
* Use the right function...Nicholas Marriott2007-12-06
|
* Save term data in a linked list and reuse it.Nicholas Marriott2007-12-06
|
* Fix charset stuff.Nicholas Marriott2007-12-06
|
* Sync.Nicholas Marriott2007-12-06
|
* Clean up after error properly.Nicholas Marriott2007-12-06
|
* Restore termcap checks.Nicholas Marriott2007-12-06
|
* Another redraw bugs.Nicholas Marriott2007-12-06
|
* Screen debugging.Nicholas Marriott2007-12-06
|
* Redraw buglets.Nicholas Marriott2007-12-06
|
* set/reset mode window functions.Nicholas Marriott2007-12-06
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Don't try to access more windows if the session has been destroyed.Nicholas Marriott2007-12-04
|
* Handle missing parm_*.Nicholas Marriott2007-12-03
|
* Clear before resize.Nicholas Marriott2007-12-02
|
* The tty code already stores attributes and doesn't modify them if unaltered, ↵Nicholas Marriott2007-12-02
| | | | so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected.
* Sync .cvsignore.Nicholas Marriott2007-12-01
|
* home and end appear to be find/select with rxvt...Nicholas Marriott2007-12-01
|
* Better error messages with no server.Nicholas Marriott2007-12-01
|
* Bah, doing it together doesn't seem to work portably.Nicholas Marriott2007-11-30
|
* install -d, from tobiasu.Nicholas Marriott2007-11-30
|
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
|
* Turn mouse on/off as appropriate.Nicholas Marriott2007-11-28
|
* Preliminary mouse support.Nicholas Marriott2007-11-27
|
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
|
* Clear current line properly on clear eos.Nicholas Marriott2007-11-27
|
* Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott2007-11-27
|
* Same exit process applied to detach.Nicholas Marriott2007-11-27
|
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
|
* Make reset actually work.Nicholas Marriott2007-11-27
|
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Code tidying.Nicholas Marriott2007-11-26
|
* Shift history up by 10% at a time.Nicholas Marriott2007-11-26
|
* This is better than disabling it.Nicholas Marriott2007-11-26
|
* Erm, check the right cell... d'oh.Nicholas Marriott2007-11-26
|
* Heh. 2300 not 1200.Nicholas Marriott2007-11-26
|
* Rv EOL optimisation, it screws up selection.Nicholas Marriott2007-11-26
|
* Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of ↵Nicholas Marriott2007-11-26
| | | | places.
* Update SRCS, use -rdynamic in DEBUG case, lose openssl crap.Nicholas Marriott2007-11-25
|
* Sync SRCS.Nicholas Marriott2007-11-25
|