| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-31 | Update docs | ||
| 2019-07-30 | Update docs | ||
| 2019-07-29 | Link the wiki | ||
| 2019-07-29 | Do not change filter state when clicked below last entry | ||
| 2019-07-28 | Limit nav-as-you-type toggle to click on last 2 rows | ||
| 2019-07-27 | Remove bold fonts | ||
| This reverts commit d0c2e9da298c1f6042d775deaae33f9b9d70b6e1. Remove bold fonts | |||
| 2019-07-27 | Minor reformat | ||
| 2019-07-27 | Update docs | ||
| 2019-07-27 | Support extract, list archives with default utils | ||
| 2019-07-27 | Support archiving with default utils | ||
| 2019-07-27 | Document dual pane alias with dvtm | ||
| 2019-07-25 | Fix #301 - use local buffer to avoid overwriting g_buf | ||
| 2019-07-23 | Fix #307 - disable output | ||
| 2019-07-22 | Fix #307 | ||
| 2019-07-21 | Fix hex viewer | ||
| 2019-07-21 | Revert "Fix #307" | ||
| This reverts commit fee2c339cc635b826cc83e79a4ecd7aec24e4244. | |||
| 2019-07-20 | Update docs | ||
| 2019-07-16 | Merge pull request #310 from 0xACE/keyresize | ||
| Use KEY_RESIZE when prompting user input | |||
| 2019-07-16 | Merge pull request #309 from 0xACE/readline-resize | ||
| stop readline from overwriting LINES | |||
| 2019-07-16 | documentation on rl_change_environment | ||
| Basically that line lets nnn retain the WINCH signal for itself. | |||
| 2019-07-16 | set rl_change_environment in readline gt v6.3 | ||
| Looked up GNU readline library's repo and looked for the first occurance of rl_change_environment. | |||
| 2019-07-16 | stop readline from overwriting LINES | ||
| The problem was that readline would completely block LINES from updating after prompting the user. I'm not entirely sure why this happened, but at least this patch fixes the problem. | |||
| 2019-07-16 | Use KEY_RESIZE when prompting user input | ||
| The problem was that a window wouldn't resize while prompting the user for input. These changes allows the input methods in nnn to resize properly if KEY_RESIZE is defined. A more portable solution would be hooking the WINCH signal and update the xlines value from there along with some resized flag. In some cases the full window isn't redrawn until the user has finished the input. This is because in some functions I wasn't sure the current "path" was available. | |||
| 2019-07-16 | Fix #307 | ||
| 2019-07-15 | Update docs | ||
| 2019-07-15 | Add F2 for rename (undocumented) | ||
| 2019-07-15 | Compact notation for time/size sort order | ||
| 2019-07-15 | Remove redundant initialization | ||
| 2019-07-14 | Update docs | ||
| 2019-07-14 | Resurrect default sort | ||
| 2019-07-14 | Remove unused variable | ||
| 2019-07-14 | Fix coolsize | ||
| 2019-07-14 | Fix crash on a broken USB | ||
| 2019-07-13 | Update docs | ||
| 2019-07-12 | Termux improvement: toggle nav-as-you-type | ||
| 2 changes: - Toggle nav-as-you-type with left single/double click below last entry - Handle mouse events when filter is on | |||
| 2019-07-12 | Fix commenting style (if applicable) | ||
| 2019-07-12 | Termux improvement: remap visit parent click | ||
| Visit parent is now left single click outside context nums on top row. | |||
| 2019-07-12 | Support mouse scroll | ||
| This is limited to libncurses support of full mouse scrolling. Ref: https://invisible-island.net/ncurses/man/curs_mouse.3x.html#h3-Mouse-events | |||
| 2019-07-12 | Update comments and debug info | ||
| 2019-07-12 | Merge pull request #305 from 0xACE/fosterhome | ||
| Find a parent when CWD disappears | |||
| 2019-07-12 | Keep lastname directory selected | ||
| incase the user just lost access, it would be better to remember the selected directory to keep it highlighted. | |||
| 2019-07-12 | fixed misleading `else if` & text. removed lastdir | ||
| 2019-07-12 | Update checksum plugin documentation | ||
| 2019-07-12 | Find a parent when CWD disappears | ||
| The previous behaviour would exit nnn when the CWD disappeared. | |||
| 2019-07-12 | Show image thumbnails with lsix | ||
| 2019-07-11 | Fix mtime comparison | ||
| 2019-07-11 | Update docs | ||
| 2019-07-10 | Merge pull request #303 from fokinpv/forgotten-export | ||
| Add forgotten export for quitcd scripts | |||
| 2019-07-10 | Combine 'XDG_CONFIG_HOME' and 'HOME` in quitcd.fish | ||
| 2019-07-10 | Linuk to youtube vide | ||