commands: Add preliminary version of 'resize' command

This commit is contained in:
Tomas Babej 2017-01-09 19:18:57 +01:00 committed by Paul Beckingham
parent 2f0b00b721
commit fac6b03df2
4 changed files with 90 additions and 0 deletions

View file

@ -22,6 +22,7 @@ set (commands_SRCS CmdCancel.cpp
CmdLengthen.cpp
CmdMove.cpp
CmdReport.cpp
CmdResize.cpp
CmdStart.cpp
CmdStop.cpp
CmdSummary.cpp