2024-04-15 |
nicm | Fixes for memory leaks reported by Lu Ming Yin, fixes...
|
commit | commitdiff | tree |
2024-04-10 |
nicm | Add an option allow-set-title to forbid applications...
|
commit | commitdiff | tree |
2024-04-10 |
nicm | Correct handling of mouse up events (don't ignore all...
|
commit | commitdiff | tree |
2024-04-10 |
nicm | Do not get muddled and crash if focusing a pane that...
|
commit | commitdiff | tree |
2024-04-04 |
nicm | Pick newest session as documented, not oldest, from...
|
commit | commitdiff | tree |
2024-03-26 |
nicm | Fix selection present check, reported by M Kelly.
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Write padding character into the right position.
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Reduce escape-time default to 10 milliseconds, 500...
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Add -M to always turn mouse on in a menu, GitHub issue...
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Look for feature code 21 for DECSLRM and 28 for DECFRA...
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Use -p for default paste-buffer command in buffer mode...
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Do not notify window-layout-changed if the window is...
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Revert detach-client part of last, did not intend this...
|
commit | commitdiff | tree |
2024-03-21 |
nicm | Do not consider a selection present if it is empty...
|
commit | commitdiff | tree |
2024-03-13 |
nicm | Make the attach-session description clearer - do not...
|
commit | commitdiff | tree |
2024-03-06 |
nicm | Check for the right flag to fix split-window -p, from...
|
commit | commitdiff | tree |
2024-02-13 |
nicm | Add two new values for the destroy-unattached option...
|
commit | commitdiff | tree |
2024-02-13 |
nicm | Do not allow paste into panes which have exited, from...
|
commit | commitdiff | tree |
2024-01-22 |
nicm | Increase buffer size to avoid truncating styles, GitHub...
|
commit | commitdiff | tree |
2023-12-27 |
nicm | Only wrap pattern in *s if using a regular expression.
|
commit | commitdiff | tree |
2023-12-27 |
nicm | Remove flags from the prefix before comparing with...
|
commit | commitdiff | tree |
2023-12-27 |
nicm | groff apparently generates broken output for some common...
|
commit | commitdiff | tree |
2023-12-27 |
nicm | Always initialize screen mode, GitHub issue 3750 from...
|
commit | commitdiff | tree |
2023-12-27 |
nicm | Correctly handle window ops with no pane, GitHub issue...
|
commit | commitdiff | tree |
2023-11-14 |
nicm | Don't strdup NULL filename.
|
commit | commitdiff | tree |
2023-11-14 |
nicm | Handle NULL client (in config file) when showing a...
|
commit | commitdiff | tree |
2023-11-14 |
nicm | Use SM 2026 for Sync which is more widely supported...
|
commit | commitdiff | tree |
2023-11-02 |
nicm | next-prompt can have 1 argument.
|
commit | commitdiff | tree |
2023-10-30 |
nicm | Do not allow combined UTF-8 characters that are too...
|
commit | commitdiff | tree |
2023-10-23 |
nicm | Unzoom window at start of destroy so it doesn't happen...
|
commit | commitdiff | tree |
2023-10-17 |
nicm | Switch to tiparm_s (added in ncurses 6.4-20230424)...
|
commit | commitdiff | tree |
2023-09-19 |
nicm | Fix a couple of mouse mode flag names.
|
commit | commitdiff | tree |
2023-09-16 |
nicm | Remove next- and previous-prompt added in error. GitHub...
|
commit | commitdiff | tree |
2023-09-15 |
nicm | Change UTF-8 combining to inspect the previous character...
|
commit | commitdiff | tree |
2023-09-15 |
nicm | Add -t to source-file, GitHub issue 3473.
|
commit | commitdiff | tree |
2023-09-14 |
nicm | Reset combine flag only if text is actually processed.
|
commit | commitdiff | tree |
2023-09-08 |
nicm | On second thoughts, do check DA2 for DECFRA and DECSLRM...
|
commit | commitdiff | tree |
2023-09-08 |
nicm | Use DECSLRM and DECFRA only at level 4 rather than...
|
commit | commitdiff | tree |
2023-09-07 |
nicm | Use DECSLRM and DECFRA on terminals pretending to be...
|
commit | commitdiff | tree |
2023-09-07 |
nicm | Accept 65 for VT525 as well.
|
commit | commitdiff | tree |
2023-09-04 |
nicm | Skip wrapped lines in top level search loop because...
|
commit | commitdiff | tree |
2023-09-02 |
nicm | Request terminal colours again on SIGWINCH but at most...
|
commit | commitdiff | tree |
2023-09-02 |
nicm | Setulc only does RGB colour so add Setulc1 to do non...
|
commit | commitdiff | tree |
2023-09-02 |
nicm | Set visited flag on last windows when linking session.
|
commit | commitdiff | tree |
2023-09-01 |
nicm | Only compare the actual size of the UTF-8 character...
|
commit | commitdiff | tree |
2023-09-01 |
nicm | Add missing -T to getopt string.
|
commit | commitdiff | tree |
2023-09-01 |
nicm | Clear combine flag when a non-UTF-8 set of characters...
|
commit | commitdiff | tree |
2023-09-01 |
nicm | Rewrite combined character handling to be more consistent...
|
commit | commitdiff | tree |
2023-09-01 |
nicm | Expand name before looking for window with -S, GitHub...
|
commit | commitdiff | tree |
2023-09-01 |
nicm | Add detach-on-destroy previous and next, mostly from...
|
commit | commitdiff | tree |
2023-08-23 |
nicm | Add -c to run-shell to set working directory, from...
|
commit | commitdiff | tree |
2023-08-23 |
nicm | Log what input_dcs_dispatch does with the input data.
|
commit | commitdiff | tree |
2023-08-17 |
nicm | Add a session, pane and user mouse range types for...
|
commit | commitdiff | tree |
2023-08-15 |
nicm | Add meta bindings for status line menus as well as...
|
commit | commitdiff | tree |
2023-08-15 |
nicm | Add an option menu-selected-style to configure the...
|
commit | commitdiff | tree |
2023-08-11 |
nicm | Do not crash if in buffer mode and the last buffer...
|
commit | commitdiff | tree |
2023-08-08 |
nicm | Add flag to next-prompt/previous-prompt to go to command...
|
commit | commitdiff | tree |
2023-08-08 |
nicm | Add options and flags for menu styles similar to those...
|
commit | commitdiff | tree |
2023-08-08 |
nicm | Extend the menu drawing function to support custom...
|
commit | commitdiff | tree |
2023-08-08 |
nicm | Fix a couple of rounded border characters, from Alexis...
|
commit | commitdiff | tree |
2023-08-07 |
nicm | Free title earlier, from Alexis Hildebrandt.
|
commit | commitdiff | tree |
2023-08-07 |
nicm | Trim can generate strings longer than the original...
|
commit | commitdiff | tree |
2023-07-19 |
nicm | Correct visited flag when the last window list is rebuilt...
|
commit | commitdiff | tree |
2023-07-14 |
nicm | Set extended keys flag again after reset, from Eric...
|
commit | commitdiff | tree |
2023-07-13 |
nicm | Use 8 for underscore colour defaults instead of 0 which...
|
commit | commitdiff | tree |
2023-07-11 |
nicm | Remove Ns and Li and change Nm to Ic, suggested by...
|
commit | commitdiff | tree |
2023-07-11 |
nicm | Add descriptions of copy mode commands, from Michael...
|
commit | commitdiff | tree |
2023-07-10 |
nicm | It should no longer be necessary to ignore SIGCHLD...
|
commit | commitdiff | tree |
2023-07-10 |
nicm | Loop around waitpid in client, from Azat Khuzhin.
|
commit | commitdiff | tree |
2023-07-10 |
nicm | Use a stack for last panes line windows, from Thomas...
|
commit | commitdiff | tree |
2023-07-09 |
nicm | Call closefrom after removing signals because newer...
|
commit | commitdiff | tree |
2023-07-03 |
nicm | Add support for marking lines with a shell prompt based...
|
commit | commitdiff | tree |
2023-07-03 |
nicm | Do not risk writing over the end of the buffer when...
|
commit | commitdiff | tree |
2023-07-03 |
nicm | Another warning fix for GCC from Thomas Klausner.
|
commit | commitdiff | tree |
2023-06-30 |
nicm | Change a few types to fix warnings, from Thomas Klausner.
|
commit | commitdiff | tree |
2023-06-30 |
nicm | Get rid of some warnings with GCC 10, from Thomas Klausner.
|
commit | commitdiff | tree |
2023-06-26 |
nicm | When exiting alternate screen, there is no need to...
|
commit | commitdiff | tree |
2023-06-26 |
nicm | Add "us" to styles for underscore colour, GitHub issue...
|
commit | commitdiff | tree |
2023-06-25 |
nicm | SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.
|
commit | commitdiff | tree |
2023-06-21 |
nicm | Check fdopen return value, from Christian Menges.
|
commit | commitdiff | tree |
2023-06-08 |
nicm | Fix mismatch between function prototype and definition...
|
commit | commitdiff | tree |
2023-05-19 |
nicm | Add format for server_sessions, from Magnus Gross.
|
commit | commitdiff | tree |
2023-04-28 |
nicm | Add options to change the confirm key and default behaviour of
|
commit | commitdiff | tree |
2023-04-28 |
nicm | Do not fatal if tparm fails, instead just log it (not...
|
commit | commitdiff | tree |
2023-04-25 |
nicm | Tidy tparm wrapper functions to have more obvious names...
|
commit | commitdiff | tree |
2023-04-25 |
nicm | Invalidate cached tty state after changing features...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | Ignore the user keys range when checking if a key is...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | It seems silly to use progname for version, just always...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | Make the check if printing is allowed the same as writing...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | Discard mouse sequences that have the right form but...
|
commit | commitdiff | tree |
2023-04-03 |
nicm | Clarify text for new -A slightly, GitHub issue 3508.
|
commit | commitdiff | tree |
2023-03-27 |
nicm | Add a format to show if there are unseen changes while...
|
commit | commitdiff | tree |
2023-03-27 |
nicm | For passthrough, don't write to clients attached to...
|
commit | commitdiff | tree |
2023-03-15 |
nicm | Do not leak screen in popups, GitHub issue 3492.
|
commit | commitdiff | tree |
2023-03-15 |
nicm | Fix command prompt not to always append argument but...
|
commit | commitdiff | tree |
2023-02-10 |
nicm | Fix cursor position after zero width space, GitHub...
|
commit | commitdiff | tree |
2023-02-07 |
nicm | Remove old buffer when renaming rather than complaining...
|
commit | commitdiff | tree |
2023-02-07 |
nicm | Add an L modifier like P, W, S to loop over clients...
|
commit | commitdiff | tree |
2023-02-06 |
nicm | Add -f to list-clients like the other list commands...
|
commit | commitdiff | tree |
2023-02-05 |
nicm | Do not allow multiple line separators in a row.
|
commit | commitdiff | tree |