update some highlights

This commit is contained in:
Brandon Cornejo 2025-12-19 11:10:38 -06:00
parent 331ebbe2f2
commit 6be038a80e
3 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,7 @@ if [ -n "$TMUX" ] || [ "$DISC_SESSION_CREATE" = "1" ]; then
# Create the chat monitor window on top
echo "Making chat monitor window"
#tmux split-window -v -b -l 4
tmux split-window -v -b -l 6
tmux split-window -v -b -l 4
tmux send-keys 'clear && tail -fs .5 logs/chat.log' 'C-m'
# Did we ask for the full layout?
@ -49,9 +49,9 @@ if [ -n "$TMUX" ] || [ "$DISC_SESSION_CREATE" = "1" ]; then
# Cut back to main window, vertical split for mapdoortext
echo "Making MDT window"
tmux select-pane -t discworld:0.4
tmux select-pane -t discworld:0.0
#tmux split-window -v -b -l 5
tmux split-window -v -b -l 6
tmux split-window -v -l 1
tmux send-keys './bin/mdt' 'C-m'
# Select main pane again and load TinTin++ with our config

View File

@ -55,6 +55,7 @@
#ACTION {You collapse on the ground, your muscles spasming uncontrollably.} { #showme {\a}; };
#ACTION {You can't smell it any more, but you're getting a dizzy sort of headache. Maybe you should get out of here.} { #showme {\a}; };
#ACTION {The air here is just as choking as before.} { #showme {\a}; };
#HIGHLIGHT {The air here seems fresher.} {bold yellow underscore};
#NOP ==[Gemcutting/Finesmithing]==
#HIGHLIGHT {You take the diamond-tipped chisel from your roll of gemcutting tools and delicately chip %1} {bold green};

BIN
src/quow.db Normal file

Binary file not shown.