index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
input.c
Commit message (
Expand
)
Author
Age
*
Some key tweaks, fix status bar to not rely on attr.
Nicholas Marriott
2008-01-03
*
Fix charset stuff.
Nicholas Marriott
2007-12-06
*
Major reorganisation of screen handling.
Nicholas Marriott
2007-12-06
*
Change window name on \ek...\e\.
Nicholas Marriott
2007-11-30
*
Preliminary mouse support.
Nicholas Marriott
2007-11-27
*
Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.
Nicholas Marriott
2007-11-27
*
Clear current line properly on clear eos.
Nicholas Marriott
2007-11-27
*
Big internal reorganisation to move tty control into parent.
Nicholas Marriott
2007-11-27
*
Support for VT100 graphics mode. Also lose some redundant checks.
Nicholas Marriott
2007-11-24
*
Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don'...
Nicholas Marriott
2007-11-24
*
Inc region in debug msg.
Nicholas Marriott
2007-11-23
*
Fix clear.
Nicholas Marriott
2007-11-21
*
Initial history support.
Nicholas Marriott
2007-11-21
*
Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...
Nicholas Marriott
2007-11-20
*
Style: ry_* -> r*
Nicholas Marriott
2007-11-20
*
Check for scrolling when _cursor_ is inside region, not number of lines. Duh.
Nicholas Marriott
2007-11-16
*
Support tab.
Nicholas Marriott
2007-11-09
*
Don't save/restore ry_*.
Nicholas Marriott
2007-10-26
*
Use local var and pull screen out of ictx.
Nicholas Marriott
2007-10-24
*
Handle DSR for resize(1).
Nicholas Marriott
2007-10-24
*
Save restore attr.
Nicholas Marriott
2007-10-24
*
Don't send zero-length when we have a \0.
Nicholas Marriott
2007-10-19
*
Add a bell-action option.
Nicholas Marriott
2007-10-19
*
Handle \r\n at EOL properly.
Nicholas Marriott
2007-10-12
*
Simplify input.c - lose class table and use macros.
Nicholas Marriott
2007-10-10
*
Wrap lines properly.
Nicholas Marriott
2007-10-05
*
Incomplete resize support.
Nicholas Marriott
2007-10-04
*
Move command handling into the server and tidy up some bits.
Nicholas Marriott
2007-10-03
*
Sprinkle some const.
Nicholas Marriott
2007-10-03
*
Add profiling. Also some trivial optimisations to skip memcpying.
Nicholas Marriott
2007-10-03
*
Restore window title handling.
Nicholas Marriott
2007-10-01
*
Pass attributes around as flags rather than as a list of escape codes.
Nicholas Marriott
2007-10-01
*
Don't move cursor when filling screen.
Nicholas Marriott
2007-09-30
*
Dl/Il should follow scrolling region.
Nicholas Marriott
2007-09-29
*
Fix scrolling region checks.
Nicholas Marriott
2007-09-29
*
Lose intermediate handling (unused). Change argument parsing to work properly...
Nicholas Marriott
2007-09-29
*
Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi...
Nicholas Marriott
2007-09-29
*
debug2 not debug.
Nicholas Marriott
2007-09-29
*
Window flags, currently only bell.
Nicholas Marriott
2007-09-29
*
Sort headers.
Nicholas Marriott
2007-09-28
*
New input parser via state machine.
Nicholas Marriott
2007-09-28
*
Pass through backspace for now.
Nicholas Marriott
2007-09-21
*
Scrolling region.
Nicholas Marriott
2007-08-28
*
Don't accept zero titles.
Nicholas Marriott
2007-08-27
*
Tweak logging.
Nicholas Marriott
2007-08-27
*
Initial import to CVS. Basic functions are working, albeit with a couple of s...
Nicholas Marriott
2007-07-09