aboutsummaryrefslogtreecommitdiffstats
path: root/basta.sh
Commit message (Expand)AuthorAgeFilesLines
...
* Worked out way of protecting $_ variable.Kaz Kylheku2024-04-091-2/+2
* Fix some wrong indentation.Kaz Kylheku2024-04-091-11/+11
* Add mechanism to temporarily disable.Kaz Kylheku2023-11-281-5/+17
* cleanup: kill the status alarm task.Kaz Kylheku2023-11-281-0/+1
* bugfix: reference to nonexistent ROWS variable.Kaz Kylheku2023-11-221-1/+1
* bugfix: regression: cursor jumps to first line on startupKaz Kylheku2023-09-151-1/+9
* cache date in loop.Kaz Kylheku2023-09-081-1/+2
* bugfix: don't use $LINE to initialize basta_scroll_lines.Kaz Kylheku2023-08-291-1/+1
* Typo fix.Kaz Kylheku2023-08-281-1/+1
* Refactor: absorb helper functions called once.Kaz Kylheku2023-08-271-15/+4
* Refactor: one function for getting termina lines.Kaz Kylheku2023-08-271-5/+10
* Calculate real terminal size when resize detected.Kaz Kylheku2023-08-271-0/+11
* Refer to $basta_scroll_lines instead of $LINES.Kaz Kylheku2023-08-271-3/+4
* Work harder at protecting the TTY rows.Kaz Kylheku2023-08-251-2/+4
* Modify TTY parameters around entire prompt hook.Kaz Kylheku2023-08-251-4/+2
* Improve TTY handling in basta.check_cursor.Kaz Kylheku2023-08-241-3/+2
* hack: do cursor check only if no input pendingKaz Kylheku2023-08-191-9/+24
* Use a timeout when reading response from terminal.Kaz Kylheku2023-08-171-2/+2
* Address resizing glitches.Kaz Kylheku2023-08-091-2/+6
* renaming around alarm timer.Kaz Kylheku2023-08-091-4/+6
* split status update from prompt-related logic.Kaz Kylheku2023-08-091-7/+18
* Bug: stray character.Kaz Kylheku2023-08-061-1/+1
* Put everything into namespace.Kaz Kylheku2023-08-051-24/+27
* Bugfix with restoring scrolling region.Kaz Kylheku2023-08-051-1/+6
* Detect existing status line and clean up on exit.Kaz Kylheku2023-08-051-2/+30
* Project renamed to Basta!Kaz Kylheku2023-08-051-0/+110