mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
Make it easier to figure out the where a menuselection starts and ends
by controling the font.
This commit is contained in:
parent
a66b6c1267
commit
bd5fdd93a9
3 changed files with 4 additions and 2 deletions
|
@ -95,7 +95,8 @@ sub do_cmd_textless{ '<' . $_[0]; }
|
|||
sub do_cmd_textunderscore{ '_' . $_[0]; }
|
||||
sub do_cmd_infinity{ '∞' . $_[0]; }
|
||||
sub do_cmd_plusminus{ '±' . $_[0]; }
|
||||
sub do_cmd_menuselection{ $_[0]; }
|
||||
sub do_cmd_menuselection{
|
||||
return use_wrappers($_[0], '<span class="menuselection">', '</span>'); }
|
||||
sub do_cmd_sub{ ' > ' . $_[0]; }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue