summaryrefslogtreecommitdiff
path: root/docs/manual/displayattributes.rst
Commit message (Collapse)AuthorAgeFilesLines
* Support for new foreground setting "strikethrough"Christian Geier2018-01-021-1/+7
| | | | | | If you are unsure if your terminal supports this, try the following: echo -e "\e[9mstrikethrough\e[0m"
* Mention blink and italics attributes in manual.Christian Geier2017-09-261-0/+12
|
* docs: move recommended combinations to display attributes sectionIan Ward2014-01-011-0/+27
|
* docs: start of new tutorial docs, more correctionsIan Ward2012-09-011-0/+4
| | | | | --HG-- branch : feature-sphinx
* manual: finish updating and correcting linksIan Ward2012-08-281-2/+5
| | | | | --HG-- branch : feature-sphinx
* manual: work on display attribute, text encoding and text layoutIan Ward2012-08-271-75/+265
| | | | | --HG-- branch : feature-sphinx
* manual: remove dos endlinesIan Ward2012-08-261-139/+139
| | | | | --HG-- branch : feature-sphinx
* reference: more constantsIan Ward2012-04-011-0/+2
| | | | | --HG-- branch : feature-sphinx
* Fix objects referencesmarco giusti2011-12-121-4/+4
| | | | | --HG-- branch : feature-sphinx
* Move file to .rst file extensionmarco giusti2011-12-031-0/+137
--HG-- branch : feature-sphinx rename : docs/index.txt => docs/index.rst rename : docs/manual/canvascache.txt => docs/manual/canvascache.rst rename : docs/manual/displayattributes.txt => docs/manual/displayattributes.rst rename : docs/manual/displaymodules.txt => docs/manual/displaymodules.rst rename : docs/manual/eventloops.txt => docs/manual/eventloops.rst rename : docs/manual/index.txt => docs/manual/index.rst rename : docs/manual/listboxcontents.txt => docs/manual/listboxcontents.rst rename : docs/manual/mainloop.txt => docs/manual/mainloop.rst rename : docs/manual/standardwidgets.txt => docs/manual/standardwidgets.rst rename : docs/manual/textattributes.txt => docs/manual/textattributes.rst rename : docs/manual/textencodings.txt => docs/manual/textencodings.rst rename : docs/manual/textlayout.txt => docs/manual/textlayout.rst rename : docs/manual/userinput.txt => docs/manual/userinput.rst rename : docs/manual/widgetlayout.txt => docs/manual/widgetlayout.rst rename : docs/manual/widgetmethods.txt => docs/manual/widgetmethods.rst rename : docs/reference/index.txt => docs/reference/index.rst rename : docs/tutorial/index.txt => docs/tutorial/index.rst