New menu command: GV (File viewer)
This commit is contained in:
parent
aa84d434e8
commit
43bc5d59d5
|
@ -242,6 +242,7 @@ Begin
|
||||||
Session.io.BufFlush;
|
Session.io.BufFlush;
|
||||||
End;
|
End;
|
||||||
'U' : ShowUserList (strUpper(CmdData));
|
'U' : ShowUserList (strUpper(CmdData));
|
||||||
|
'V' : AnsiViewer(Session.Theme.ViewerBar, CmdData);
|
||||||
'X' : Result := ExecuteMPL(NIL, CmdData) = 2;
|
'X' : Result := ExecuteMPL(NIL, CmdData) = 2;
|
||||||
'?' : Begin
|
'?' : Begin
|
||||||
// online ANSI help system (BBSHTML) prototype
|
// online ANSI help system (BBSHTML) prototype
|
||||||
|
|
Loading…
Reference in New Issue