mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
refactor: Improve model settings warning logic and fix tmux recording script
This commit is contained in:
parent
274c40793f
commit
e577bab263
2 changed files with 2 additions and 2 deletions
|
@ -14,5 +14,5 @@ TMUX_SIZE=$(tmux display -p '#{window_width}x#{window_height}')
|
|||
echo "Using terminal size: $TMUX_SIZE"
|
||||
|
||||
# Start asciinema recording with the tmux window size
|
||||
asciinema rec -c "tmux attach -t 0 -r" --headless --tty-size $TMUX_SIZE $*
|
||||
asciinema rec -c "tmux attach -t 0 -r" tmp.cast --headless --append --tty-size $TMUX_SIZE $*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue