| Commit message (Collapse) | Author | Age |
| |
|
|\ |
|
| |\ |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
format.c
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Michael Graczyk.
|
| | | | |
|
| |_|/
|/| | |
|
|\| | |
|
| |\| |
|
| | |
| | |
| | |
| | | |
values rather than executing a command.
|
| | | |
|
| | |
| | |
| | |
| | | |
just enough for the inserted characters.
|
| | | |
|
| | | |
|
| | | |
|
| |\| |
|
| | | |
|
| | |
| | |
| | |
| | | |
overflowing, from Balazs Kezes.
|
| | | |
|
| | | |
|
|/ / |
|
|\| |
|
| | |
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Don't extend the line to full width on insert/delete character which
means leaves extra spaces when reflowing.
- Only mark a line wrapped when the cursor actually goes off the end,
not on newlines which can be used for positioning.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
instead move the space into the defaults for the options (so status-left
now defaults to "[#S] ". From Balazs Kezes.
|
| | |
|
| | |
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
Makefile
cmd-link-window.c
cmd-unlink-window.c
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| |\ \ |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This updates the code for xrealloc() which now only takes two parameters.
|