Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | panel: fix a typo in the argument name | Joursoir | 2021-12-01 | 1 | -1/+1 |
| | |||||
* | panel: make panel_getch() | Joursoir | 2021-12-01 | 1 | -0/+10 |
| | |||||
* | panel: make panel_set_active() | Joursoir | 2021-12-01 | 1 | -0/+11 |
| | |||||
* | panel: make panel_mark_file() | Joursoir | 2021-12-01 | 1 | -0/+10 |
| | |||||
* | panel: make panel_cd_to() | Joursoir | 2021-11-30 | 1 | -0/+10 |
| | |||||
* | panel: make panel_move_cursor() | Joursoir | 2021-11-30 | 1 | -0/+10 |
| | |||||
* | panel: use 'cwd' as non-const variable | Joursoir | 2021-11-27 | 1 | -2/+2 |
| | |||||
* | panel: add the window for display the amount of marked files | Joursoir | 2021-11-27 | 1 | -1/+1 |
| | |||||
* | panel: reimplement windows usage | Joursoir | 2021-11-26 | 1 | -2/+3 |
| | | | | | The initial implementation can be difficult to expand. This version is more flexible | ||||
* | implement the panel | Joursoir | 2021-11-23 | 1 | -0/+52 |