1. 6f142e9 Don't try to access more windows if the session has been destroyed. by Nicholas Marriott · 17 years ago
  2. 5f6a9e7 Handle missing parm_*. by Nicholas Marriott · 17 years ago
  3. b10bd51 Clear before resize. by Nicholas Marriott · 17 years ago
  4. 8419e99 The tty code already stores attributes and doesn't modify them if unaltered, 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. by Nicholas Marriott · 17 years ago
  5. ba56989 Sync .cvsignore. by Nicholas Marriott · 17 years ago
  6. cb353fb home and end appear to be find/select with rxvt... by Nicholas Marriott · 17 years ago
  7. e0383f5 Better error messages with no server. by Nicholas Marriott · 17 years ago
  8. 2b3ba1c Bah, doing it together doesn't seem to work portably. by Nicholas Marriott · 17 years ago
  9. fe1299a install -d, from tobiasu. by Nicholas Marriott · 17 years ago
  10. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  11. 77386db Turn mouse on/off as appropriate. by Nicholas Marriott · 17 years ago
  12. 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
  13. f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 17 years ago
  14. 43c99c2 Clear current line properly on clear eos. by Nicholas Marriott · 17 years ago
  15. c6384a7 Flush data on tty open. Also reset colour before clearing line/screen. by Nicholas Marriott · 17 years ago
  16. 7034ba2 Same exit process applied to detach. by Nicholas Marriott · 17 years ago
  17. 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 17 years ago
  18. 2fabfb3 Make reset actually work. by Nicholas Marriott · 17 years ago
  19. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  20. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  21. 97eca99 Code tidying. by Nicholas Marriott · 17 years ago
  22. c5b1fa9 Shift history up by 10% at a time. by Nicholas Marriott · 17 years ago
  23. 1461056 This is better than disabling it. by Nicholas Marriott · 17 years ago
  24. 6b2debf Erm, check the right cell... d'oh. by Nicholas Marriott · 17 years ago
  25. 0ad9a61 Heh. 2300 not 1200. by Nicholas Marriott · 17 years ago
  26. f903cc9 Rv EOL optimisation, it screws up selection. by Nicholas Marriott · 17 years ago
  27. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  28. d61a63c Update SRCS, use -rdynamic in DEBUG case, lose openssl crap. by Nicholas Marriott · 17 years ago
  29. 1ef876d Sync SRCS. by Nicholas Marriott · 17 years ago
  30. 89db56f Disable this optimisation since cursor can be updated by stuff outside. by Nicholas Marriott · 17 years ago
  31. 9a3dde0 Oops, use correct y. by Nicholas Marriott · 17 years ago
  32. 0f0dd4a Init local_log to -1. by Nicholas Marriott · 17 years ago
  33. 87b418b Redo output logging in local.c. Optimise line drawing. by Nicholas Marriott · 17 years ago
  34. 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 17 years ago
  35. 08f8740 Always redraw requesting client on resize. by Nicholas Marriott · 17 years ago
  36. 5ad9b31 Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don't set region after DECRC. by Nicholas Marriott · 17 years ago
  37. b903494 Reset before calling window_draw otherwise it'll have the wrong idea of the current state (since it copies from screen). by Nicholas Marriott · 17 years ago
  38. 112f4d9 Don't stop until after everything else done. by Nicholas Marriott · 17 years ago
  39. d03e729 Better words. by Nicholas Marriott · 17 years ago
  40. b2d78b6 Use screen_draw_* to write message, avoids leaving attribute changes around. by Nicholas Marriott · 17 years ago
  41. 01dd8a3 Sync. by Nicholas Marriott · 17 years ago
  42. 69cec88 Document modes, c/p etc. by Nicholas Marriott · 17 years ago
  43. 43a05b1 Better fix, handle delete-last-line properly. by Nicholas Marriott · 17 years ago
  44. 4e21786 Don't crash when deleting lines at the end, fixes irssi. by Nicholas Marriott · 17 years ago
  45. a010936 Inc region in debug msg. by Nicholas Marriott · 17 years ago
  46. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  47. 68b2d36 Rm some redundant checks, prevent issues when data->size == 0. by Nicholas Marriott · 17 years ago
  48. b44bc4f Forgot to commit. by Nicholas Marriott · 17 years ago
  49. 3924604 Show hlimit. by Nicholas Marriott · 17 years ago
  50. 4cd1f86 Only show history size. by Nicholas Marriott · 17 years ago
  51. 4d7510b Sync. by Nicholas Marriott · 17 years ago
  52. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  53. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  54. 7b45569 Make C-space toggle. Fix sel on same line. by Nicholas Marriott · 17 years ago
  55. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  56. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  57. 4930e89 Mention quit key. Fix key style. by Nicholas Marriott · 17 years ago
  58. 12810b0 Oops, missing one BACKGOUND. by Nicholas Marriott · 17 years ago
  59. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  60. e2438dc Check for NULL clients. by Nicholas Marriott · 17 years ago
  61. 39dfa41 Don't count actual struct, don't count size twice. by Nicholas Marriott · 17 years ago
  62. c64cf68 Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime. by Nicholas Marriott · 17 years ago
  63. 1e5cb8d Free entire screen when destroyed. by Nicholas Marriott · 17 years ago
  64. f8686f1 Document scroll-mode. by Nicholas Marriott · 17 years ago
  65. edca8ae Don't switch to scroll mode unless no other mode. by Nicholas Marriott · 17 years ago
  66. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  67. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  68. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  69. 24c3995 Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs. by Nicholas Marriott · 17 years ago
  70. df15873 Fast up/down line scroll. by Nicholas Marriott · 17 years ago
  71. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  72. e4f0100 Wipe curw so last doesn't end up as deleted. by Nicholas Marriott · 17 years ago
  73. ad15419 Fix use-after-free. by Nicholas Marriott · 17 years ago
  74. ef18b7d Move from the right place. by Nicholas Marriott · 17 years ago
  75. 2cdc75f Fix clear. by Nicholas Marriott · 17 years ago
  76. 4f8ed29 Only redraw if offset changed. by Nicholas Marriott · 17 years ago
  77. 08a0c5e Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalculated free. by Nicholas Marriott · 17 years ago
  78. c424ef3 Scroll data should be per-window not global. by Nicholas Marriott · 17 years ago
  79. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  80. 9b9ceac Damnit, wrong variable name.. by Nicholas Marriott · 17 years ago
  81. f53b917 Oops, mustn't forget this. by Nicholas Marriott · 17 years ago
  82. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  83. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  84. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  85. b04bffc +index.html.in by Nicholas Marriott · 17 years ago
  86. da21ac9 Work around Linux realpath breakage. by Nicholas Marriott · 17 years ago
  87. 14627f5 Note about default colours. by Nicholas Marriott · 17 years ago
  88. 0d9ebaa dist target. by Nicholas Marriott · 17 years ago
  89. 1717764 Oops, no $SESSION now. by Nicholas Marriott · 17 years ago
  90. 60501ec Sync. by Nicholas Marriott · 17 years ago
  91. 958cd9c -k on link-window to kill dest window if it exists. by Nicholas Marriott · 17 years ago
  92. 54d01c1 Two-column display for on-line print. by Nicholas Marriott · 17 years ago
  93. 6859306 Ooops use ->client here, not cmdclient. by Nicholas Marriott · 17 years ago
  94. 85e4e82 Sync. by Nicholas Marriott · 17 years ago
  95. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  96. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  97. 86b73ce Check for scrolling when _cursor_ is inside region, not number of lines. Duh. by Nicholas Marriott · 17 years ago
  98. ce5f02f Report available commands on ambiguous commands. Tidy TODO a bit. by Nicholas Marriott · 17 years ago
  99. eb72bed Sync. by Nicholas Marriott · 17 years ago
  100. 7e3cc5f Use ctx->client/ctx->session inline instead of temporary variables which were by Nicholas Marriott · 17 years ago