index
:
basta
master
Bash Status Line project
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fullscreen: code cleanup and minor issue.
Kaz Kylheku
2025-02-16
1
-2
/
+4
*
Minor code cleanup.
Kaz Kylheku
2025-02-15
1
-3
/
+2
*
README: add Bugs section, similarly to a man page.
Kaz Kylheku
2025-02-15
1
-0
/
+15
*
Regression: clock not spontaneously updating.
Kaz Kylheku
2025-02-14
1
-1
/
+5
*
Simplify fullscreen to one function.
Kaz Kylheku
2025-02-14
2
-79
/
+24
*
Share logic between prepare_term and fullscreen_alt.
Kaz Kylheku
2025-02-14
1
-22
/
+15
*
prepare_term: account for all status lines.
Kaz Kylheku
2025-02-13
1
-1
/
+6
*
basta.fullscreen_alt: fix off-by-one bug in scroll logic.
Kaz Kylheku
2025-02-13
1
-2
/
+2
*
get_cur_line: don't clobber var on failure.
Kaz Kylheku
2025-02-13
1
-5
/
+3
*
basta.fullscreen_alt: assume worst case if no realows
Kaz Kylheku
2025-02-13
1
-3
/
+9
*
Return and check status from get_cur_line.
Kaz Kylheku
2025-02-13
1
-9
/
+14
*
bug: fullscreen interactions with completion.
Kaz Kylheku
2025-02-13
1
-0
/
+10
*
fullscreen: bug: must redirect helpers to tty.
Kaz Kylheku
2025-02-13
1
-2
/
+2
*
Use /dev/tty rather than disabling fullscreen.
Kaz Kylheku
2025-02-13
1
-20
/
+20
*
Add terminal save-restore feature to basta.fullscreen.
Kaz Kylheku
2025-02-12
2
-8
/
+42
*
fullscreen: handle stdin/stdout not being a TTY.
Kaz Kylheku
2025-02-12
1
-0
/
+10
*
Don't unexport entire status array in basta.cleanup.
Kaz Kylheku
2025-02-12
1
-11
/
+3
*
Unexport the status line array in basta.cleanup.
Kaz Kylheku
2025-02-12
1
-0
/
+1
*
Better handling of SIGINT and failed status in fullscreen.
Kaz Kylheku
2025-02-11
1
-4
/
+21
*
Add some reentrancy discipline to the interrupts.
Kaz Kylheku
2025-02-11
1
-4
/
+22
*
Do not save and restore screen for wrap mode.
Kaz Kylheku
2025-02-12
1
-2
/
+2
*
Bungled $'...' literal.
Kaz Kylheku
2025-02-12
1
-1
/
+1
*
Improve the basta.fullscreen_alt mode.
Kaz Kylheku
2025-02-11
2
-5
/
+11
*
Use environment variables to convey nested status lines.
Kaz Kylheku
2025-02-11
2
-24
/
+111
*
Improve basta.fullscreen; add basta.fullscreen_alt.
Kaz Kylheku
2025-02-10
2
-2
/
+46
*
Refactor: basta.get_cur_line now puts value into variable.
Kaz Kylheku
2025-02-10
1
-3
/
+7
*
New feature: basta.fullscreen.
Kaz Kylheku
2025-02-10
2
-1
/
+24
*
README: additional installation notes.
Kaz Kylheku
2025-02-10
1
-0
/
+31
*
Don't interrogate terminal too often in basta.check_cursor.
Kaz Kylheku
2025-02-10
1
-9
/
+30
*
Check for changed window size at prompt time.
Kaz Kylheku
2025-02-10
1
-2
/
+12
*
Fix one remaining instance of \033 escape to $'...' and \e.
Kaz Kylheku
2025-02-06
1
-1
/
+1
*
Distinguish WINCH in basta.update_status.
Kaz Kylheku
2025-02-06
1
-2
/
+4
*
Watch for empty response when getting current line.
Kaz Kylheku
2025-02-03
1
-1
/
+1
*
Do not set termios rows in prompt hooks.
Kaz Kylheku
2025-01-31
1
-2
/
+2
*
Use \e for ESC via Bash $'...' syntax.
Kaz Kylheku
2025-01-31
1
-18
/
+12
*
README: recommend simple reload first.
Kaz Kylheku
2025-01-26
1
-11
/
+9
*
Abruptly disappearing status bug.
Kaz Kylheku
2025-01-14
1
-1
/
+1
*
Copyright year bump to 2025.
Kaz Kylheku
2025-01-01
1
-1
/
+1
*
Check the termios rows and columns for sanity.
Kaz Kylheku
2024-12-31
1
-1
/
+18
*
Streamline code in basta.prepare_term.
Kaz Kylheku
2024-12-19
1
-4
/
+4
*
bugfix: don't clobber LINES with real terminal size
Kaz Kylheku
2024-12-19
1
-3
/
+4
*
bugfix: nameref hygiene problem.
Kaz Kylheku
2024-12-19
1
-2
/
+2
*
Bail if Bash is not interactive.
Kaz Kylheku
2024-12-19
1
-0
/
+2
*
workaround for GNU Readline problem.
Kaz Kylheku
2024-12-16
1
-0
/
+4
*
Streamline $_ saving.
Kaz Kylheku
2024-04-10
1
-2
/
+1
*
Worked out way of protecting $_ variable.
Kaz Kylheku
2024-04-09
2
-8
/
+2
*
Add Bugs section to README.
Kaz Kylheku
2024-04-09
1
-0
/
+6
*
Fix some wrong indentation.
Kaz Kylheku
2024-04-09
1
-11
/
+11
*
Add mechanism to temporarily disable.
Kaz Kylheku
2023-11-28
2
-6
/
+30
*
cleanup: kill the status alarm task.
Kaz Kylheku
2023-11-28
1
-0
/
+1
[next]