uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

Problem string with the symbol “|”. #97

Open CityAceE opened 2 months ago

CityAceE commented 2 months ago

There is a problematic string in the help text that uses the character “|”. The problem is that the help program treats all “|” characters as tab characters and cuts strings by this character. The situation is aggravated by the fact that in this string the “|” character is inside the tag. Thus, two problems arise: 1. The string is cut in an unnecessary place. 2. The kbd:[] tag is processed incorrectly.

Here is the string:

* [[unclear]] Some key definitions are not well-defined. The kbd:[Pipe2] key is documented as belonging to a US layout keyboard, but US layouts do not have a separate kbd:[|] key.