Actions
Bug #15898
opentput(1) puts multi-line example in the wrong order
Status:
New
Priority:
Normal
Assignee:
-
Category:
manpage - manual pages
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
tput(1) says:
echo "${bold}Please type in your name: ${offbold}\c" example% bold='tput smso' example% offbold='tput rmso'
It seems clear that:
1) The first line should also have a shell prompt
2) The first line should actually be last, so that the variables it uses have values
No data to display
Actions