aboutsummaryrefslogtreecommitdiffstats
path: root/tools/patman/terminal.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Move library functions into a library directorySimon Glass2023-03-081-270/+0
* patman: Convert camel case in terminal.pySimon Glass2022-02-091-21/+21
* patman: Rename Color() method to build()Simon Glass2022-02-091-7/+7
* patman: Rename Print() to Tprint()Simon Glass2022-02-091-2/+2
* patman: Support checking for review tags in patchworkSimon Glass2020-11-051-6/+15
* patman: Allow disabling 'bright' mode with Print outputSimon Glass2020-07-241-2/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-2/+2
* patman: Allow disabling 'bright' mode with Print outputSimon Glass2020-07-201-2/+2
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* patman: Support limiting output to a single lineSimon Glass2020-04-211-1/+57
* patman: Support erasing a previously unfinished text lineSimon Glass2020-04-211-0/+47
* patman: Update flushing Print() for Python 3Simon Glass2020-04-211-3/+2
* patman: fix some typos in commentsAnatolij Gustschin2019-11-141-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* patman: Make print statements python 3.x safePaul Burton2016-10-091-5/+7
* patman: Flush output when there is no newlineSimon Glass2016-10-091-0/+2
* patman: Add a way of recording terminal output for testingSimon Glass2014-09-091-0/+72
* patman: Correct unit tests to run correctlySimon Glass2014-09-051-2/+6
* patman: Fix indentation in terminal.pySimon Glass2014-09-051-53/+55
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* patman: Use bright ANSI colours by defaultSimon Glass2013-04-041-8/+11
* patman: Use ANSI colours only when outputting to a terminalSimon Glass2013-04-041-2/+9
* Add 'patman' patch generation, checking and submission scriptSimon Glass2012-04-211-0/+86