New menu command: GV (File viewer)

This commit is contained in:
mysticbbs 2013-02-16 21:23:28 -05:00
parent aa84d434e8
commit 43bc5d59d5
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ Begin
Session.io.BufFlush;
End;
'U' : ShowUserList (strUpper(CmdData));
'V' : AnsiViewer(Session.Theme.ViewerBar, CmdData);
'X' : Result := ExecuteMPL(NIL, CmdData) = 2;
'?' : Begin
// online ANSI help system (BBSHTML) prototype