Browse Source

Add prompts

Andrey Bienkowski 3 years ago
parent
commit
cc6768ec71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/misc/asciinema/basic.tcl

+ 1 - 0
docs/misc/asciinema/basic.tcl

@@ -74,6 +74,7 @@ diff -s Wallpaper/deer.jpg Wallpaper.orig/deer.jpg
 }
 
 foreach line [split [string trimleft $script] \n] {
+  send_user "$ "
   send_user -h $line\n
   spawn -noecho /bin/sh -c $line
   expect {