Change some command keys

Change 'v' from #versionshort to #chronicle.
Change 'V' from #history to #versionshort.
History can still be accessed either directly with the extended command,
or via the help menu.
Versionshort now accepts the m-prefix, and then shows the longer version.
This commit is contained in:
Pasi Kallinen
2026-03-21 17:54:16 +02:00
parent 1eadfa962d
commit 8e4c7f9fb5
6 changed files with 16 additions and 11 deletions

View File

@@ -157,6 +157,9 @@ doversion(void)
{
char buf[BUFSZ];
if (iflags.menu_requested)
return doextversion();
pline("%s", getversionstring(buf, sizeof buf));
return ECMD_OK;
}