New menu command: GV (File viewer)
This commit is contained in:
parent
aa84d434e8
commit
43bc5d59d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue