Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d7719570 | 2023-11-22 16:41:15 | fix compilation with clang | ||
| 72cea204 | 2022-12-08 01:11:12 | licence | ||
| d895173d | 2024-02-23 08:59:30 | Merge pull request #221 from 9Ajiang/master advance enableRawMode() before getColumns() | ||
| 4111f1d6 | 2024-02-23 15:44:25 | advance enableRawMode() before getColumns() | ||
| 93b2db9b | 2023-03-27 13:17:49 | Multiplexing: documentation improved. | ||
| 3476ccc9 | 2023-03-27 10:36:03 | Multiplexing: README updated. | ||
| 8087db33 | 2023-03-27 10:07:44 | Multiline: just remember last num of rows, not max. For some reason, the old code was always cleaning the maximum number of rows used so far while editing in multi line mode. Actually we need to clean just the number of rows used by the last line. The old behavior created problems in multiplexing mode, where the line is refreshed at a different row, if the user used linenoiseHide() / show() in order to print something. With the new behavior, all looks fine, so far. | ||
| 81f44df6 | 2023-03-27 09:36:31 | Multiplexing: fix line refresh in completion mode. | ||
| a1d8e181 | 2023-03-27 09:21:31 | Multiplexing: make completion non-blocking as well. | ||
| 65db823f | 2023-03-26 23:27:33 | Some documentation and comments updates. |