| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
Update the selection properly after goto line or searching.
|
|
|
|
|
| |
Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
|
| |
|
|
|
|
|
|
| |
Redraw properly when scrolling backward and the cursor is on the last
line. Based on a fix from Micah Cowan.
|
|
|
|
|
|
| |
When a window is destroyed, remove all links to it from each session rather
than just the first. Reported by Robin Lee Powell.
|
|
|
|
|
| |
Don't leak if arguments appear multiple times, from Tiago Cunha.
|
|
|
|
|
| |
Use C-e and C-y for scrolling in vi mode, from Micah Cowan.
|
| |
|
| |
|
|
|
|
|
| |
Don't leak line, from Tiago Cunha.
|
|
|
|
|
|
|
|
| |
Permit !, + and - to be used for window targets to specify last window (!), or
next and previous window by number (+ and -).
Also tidy an if in cmd-new-window.c.
|
| |
|
|
|
|
|
| |
options if started with -u.
|
| |
|
|
|
|
|
| |
Missing Pp, from Tiago Cunha.
|
| |
|
|
|
|
|
| |
Document swap-pane -d.
|
|
|
|
|
|
| |
Permit S- prefix on keys for shift. Relatively few terminals support this
(basically xterm only) and even fewer have them in terminfo (kLFT2 and kRIT2).
|
|
|
|
|
| |
key should be an int not a char.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
mouse-select-pane has to redraw the borders now too.
|
| |
|
| |
|
|
|
|
|
|
| |
New command, join-pane, to split and move an existing pane into the space (like
splitw then movep, or the reverse of breakp).
|
|
|
|
|
| |
Fix this properly.
|
|
|
|
|
| |
Don't return the root cell if the string doesn't match.
|
|
|
|
|
| |
Use the specified pane for size calculations. Doh.
|
|
|
|
|
|
| |
Change split-window to accept a pane target (it should be split-pane but
renaming the command would be annoying).
|
|
|
|
|
| |
Correctly clear 256-colour flag for aixterm colours.
|
|
|
|
|
|
| |
Fix selection behaviour when the cursor is moved backwards (ie so the selection
start is after the end).
|
| |
|
|
|
|
|
|
| |
Options to set the colour of the pane borders, with different colours for the
active pane.
|
|
|
|
|
| |
Use the target print function for copy-mode, spotted by Tiago Cunha.
|
|
|
|
|
| |
Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten.
|
| |
|
| |
|
|
|
|
|
| |
Fix the logic so that transition from a 256 colour to default works properly.
|
|
|
|
|
| |
Nuke some stray debugging.
|
|
|
|
|
|
|
|
| |
Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI
is sensitive to changes in struct proc.
fixes for warnings and ok nicm@
|
|
|
|
|
|
| |
Fix a couple of problems with grouped sessions reported by danh: redraw
properly and choose the correct last window after a window is killed.
|
| |
|
| |
|
|
|
|
|
|
| |
Allow keys to be replaced and reorder the table so that terminfo-defined keys
(or terminal-overrides) take precedence over internally defined.
|
|
|
|
|
| |
platform.
|
| |
|