Luke Dashjr
|
3d5fe28d0b
Unicode: If degrees symbol is available, add it to temperatures
|
12 years ago |
Luke Dashjr
|
de35523da0
Unicode: bfg_waddstr wrapper to handle non-ASCII characters, currently used only by logging and statlines
|
12 years ago |
Luke Dashjr
|
5262c0b5ec
Unicode: Use WACS_HLINE for horizontal lines
|
12 years ago |
Luke Dashjr
|
af5724c5bf
Add framework for using Unicode in TUI (can be disabled with --no-unicode)
|
12 years ago |
Luke Dashjr
|
ceb9a7e757
Refactor temperature in TUI statlines to share code nicer
|
12 years ago |
Luke Dashjr
|
cdf68fd8c0
Bugfix: Align totals columns in per-processor view
|
12 years ago |
Luke Dashjr
|
5e76ea0514
Merge commit '9c53e98' into bfgminer
|
12 years ago |
Luke Dashjr
|
9c53e98449
Bugfix: Fix curses-less build
|
12 years ago |
Luke Dashjr
|
be9b5f0bc4
Merge commit 'c77d07d' into bfgminer
|
12 years ago |
Luke Dashjr
|
c77d07df7b
Bugfix: Reimplement get_intrange using strtol instead of sscanf (which is broken on Windows)
|
12 years ago |
Luke Dashjr
|
ddb62b8d03
Bugfix: get_intrange: Check for extra garbage at the end, only after we know we have an end-position
|
12 years ago |
Luke Dashjr
|
3c17c3cfec
Merge branch 'tui_manage_dev2' into bfgminer
|
12 years ago |
Luke Dashjr
|
27d075e9f3
Bugfix: Fix Enter key in TUI on Windows
|
12 years ago |
Luke Dashjr
|
89565f43d5
Bugfix: ZeroStats: Reset column widths to 1
|
12 years ago |
Luke Dashjr
|
9a96f62174
Merge commit 'bfd09a2' into bfgminer
|
12 years ago |
Luke Dashjr
|
bfd09a22da
Bugfix: Call pool_set_opaque from work_decode, so block content hiding/providing messages work for getwork/GBT
|
12 years ago |
Luke Dashjr
|
79739d34a1
Split block contents hiding/providing notices out from stratum code
|
12 years ago |
Luke Dashjr
|
2248b65703
Merge commit '5de2192' into bfgminer
|
12 years ago |
Luke Dashjr
|
5de2192ecb
Add test suite for get_intrange
|
12 years ago |
Luke Dashjr
|
7ab84e91c2
Bugfix: Check for error conditions in get_intrange to not have weird --device behaviour when bad values are provided
|
12 years ago |
Luke Dashjr
|
363bfe0ef9
TUI Help describing the various status fields (contributed by midnightmagic)
|
12 years ago |
Luke Dashjr
|
350a5c2782
Merge commit '73429d7' into bfgminer
|
12 years ago |
Luke Dashjr
|
73429d7be8
Bugfix: ManageTUI: Allow 'I' key to be used by devices not supporting identify
|
12 years ago |
Luke Dashjr
|
983c9dd45a
Merge commit '54933c7' into bfgminer
|
12 years ago |
Luke Dashjr
|
54933c7998
Bugfix: Clear total_bad_nonces when zeroing statistics
|
12 years ago |
Luke Dashjr
|
51775a8905
Include count of working devices/processors in totals statline
|
12 years ago |
Luke Dashjr
|
fc149b90e7
Format totals statline the same way as individual device/processor statlines
|
12 years ago |
Luke Dashjr
|
85b33bd3e9
Rearrange TUI a bit, including menu at the top (+1 log line) and hashrate total closer to device summaries
|
12 years ago |
Luke Dashjr
|
c91ee3ea89
Bugfix: Avoid unnecessary locks inside curses_print_status, which is called with the console lock held
|
12 years ago |
Luke Dashjr
|
44622e9351
Merge commit '8a71ea6' into bfgminer
|
12 years ago |