aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Watch for empty response when getting current line.HEADmasterKaz Kylheku38 hours1-1/+1
* Do not set termios rows in prompt hooks.Kaz Kylheku4 days1-2/+2
* Use \e for ESC via Bash $'...' syntax.Kaz Kylheku4 days1-18/+12
* README: recommend simple reload first.Kaz Kylheku9 days1-11/+9
* Abruptly disappearing status bug.Kaz Kylheku2025-01-141-1/+1
* Copyright year bump to 2025.Kaz Kylheku2025-01-011-1/+1
* Check the termios rows and columns for sanity.Kaz Kylheku2024-12-311-1/+18
* Streamline code in basta.prepare_term.Kaz Kylheku2024-12-191-4/+4
* bugfix: don't clobber LINES with real terminal sizeKaz Kylheku2024-12-191-3/+4
* bugfix: nameref hygiene problem.Kaz Kylheku2024-12-191-2/+2
* Bail if Bash is not interactive.Kaz Kylheku2024-12-191-0/+2
* workaround for GNU Readline problem.Kaz Kylheku2024-12-161-0/+4
* Streamline $_ saving.Kaz Kylheku2024-04-101-2/+1
* Worked out way of protecting $_ variable.Kaz Kylheku2024-04-092-8/+2
* Add Bugs section to README.Kaz Kylheku2024-04-091-0/+6
* Fix some wrong indentation.Kaz Kylheku2024-04-091-11/+11
* Add mechanism to temporarily disable.Kaz Kylheku2023-11-282-6/+30
* 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
* README: refer to ~/.bashrc rather than ~/.bash_profile.Kaz Kylheku2023-08-141-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
* README: advice on reloading.Kaz Kylheku2023-08-081-0/+21
* README: Add screenshot of nested shell sessions.Kaz Kylheku2023-08-062-0/+6
* Bug: stray character.Kaz Kylheku2023-08-061-1/+1
* README: update mention of update_status_line to new name.Kaz Kylheku2023-08-051-1/+1
* README: recommend ~/.basta.sh name.Kaz Kylheku2023-08-051-4/+5
* 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-052-8/+6
* Improve background updater.Kaz Kylheku2023-08-051-4/+14
* README: explain "Kabapro".Kaz Kylheku2023-08-051-0/+2
* Clock updates now. Add screenshot.Kaz Kylheku2023-08-053-1/+18
* Add README.md file.Kaz Kylheku2023-08-041-0/+29
* Add license.Kaz Kylheku2023-08-041-0/+26