Skip to content

Commit

Permalink
Internal. Pass height of AnsiDbg buffer as cmd argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed May 27, 2018
1 parent 8c62b22 commit 9c70dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnsiDbg/Run.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
cd /d "%~dp0"
AnsiDbg.exe -srv TestAnsi -new_console:nh0
AnsiDbg.exe -srv TestAnsi -new_console:nh%~1
AnsiDbg.exe -in TestAnsi -new_console:s20Vn

rem Run server in mintty:
Expand Down

0 comments on commit 9c70dfb

Please sign in to comment.