1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-05-18 12:06:12 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Rene Richarz
19d2f125f3 Fix 2s redraw gaps and continuous redraw using decay counter 2026-05-03 06:35:12 +02:00
Rene Richarz
66b74d479c Added -half argument for window size half of screen size 2026-05-02 05:45:18 +02:00
Stefan
28f4de57a4 Fixed help.txt for 80col
some fmt calls
2024-07-02 13:01:30 +02:00
Rene Richarz
26c67972ad Merge pull request #59 from hanyazou/increase-saturation
Increase saturation
2024-06-09 09:05:36 +02:00
Rene Richarz
cab75bc912 Fixed for portability to MacOS 2024-06-09 08:58:19 +02:00
hanyazou
bbc5cc7485 Increase saturation 2024-06-09 11:06:49 +09:00
hanyazou
d3037d36b4 Fix draw vector bright spot line width 2024-06-09 11:00:18 +09:00
Tom Russo
db9b8d6a29 Fix clang warning regarding printf
In tube.c, a use of "printf(helpstr)" was flagged by clang as
potentially insecure.  The insecurity of this is probably
insignificant, but fixing it removes a warning from compilation.

The warning is:
   src/tube.c:303:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  303 |                 printf(helpStr);
      |                        ^~~~~~~
src/tube.c:303:24: note: treat the string as an argument to avoid this
  303 |                 printf(helpStr);
      |                        ^

All that need be done is to provide a format string that is a string
literal, with helpStr being the string to print instead of the format
string.
2024-06-08 17:30:43 -06:00
Stefan
dac01ead66 Fixed help.txt, nitpicking
You can execute it everywhere...
2024-06-07 11:15:04 +02:00
Tom Russo
81a65a04d5 Remove src/help.h from git tracking
src/help.h is auto generated by the makefile, and is ignored by
.gitignore, but is still present in the repo.

Since it is regenerated automatically from src/help.txt there is no
need for it in the repo.  Removing it also makes it so that when one
does a "make clean" and help.h is deleted, git doesn't think the repo
is dirty.
2024-06-03 08:46:48 -06:00
hanyazou
0b1bc0e421 Use space instead of tab and remove any trailing spaces (cosmetic changes)
This commit is purely cosmetic and 'git diff -b' does not show any changes
2024-06-02 17:02:51 +09:00
Rene Richarz
6f376ce355 restored help.h 2024-05-28 21:50:03 +02:00
polluks
d9d62d5dfb Fixed typos 2024-05-24 10:20:55 +02:00
erentar
dd819b03dd Add help message 2024-05-16 15:31:55 +02:00
Rene Richarz
92a55adf97 -fast option is automatically used for baud rates above 19200 2024-03-18 10:57:40 +01:00
Rene Richarz
8e7f391f6f added -fast version for fast refresh on slower systems 2024-03-18 09:29:53 +01:00
Rene Richarz
abfc83b094 Increase bright spot color 2024-03-05 03:24:48 +01:00
Rene Richarz
9ae8b458cf Version 1.8 with improved handling of bright drawing spot and fading released for all systems 2024-03-04 09:19:17 +01:00
Rene Richarz
b52282cc8f More natural look of bright drawing spot 2024-02-29 04:33:59 +01:00
Rene Richarz
ae240b9c58 Changed bright spot color to green 2024-02-28 07:46:26 +01:00
Rene Richarz
6d606b8c08 Made version 1.7 for all systems the standard 2024-02-26 10:28:18 +01:00
Rene Richarz
0592d8cd98 fixed fading of cursor 2024-02-25 10:06:05 +01:00
Rene Richarz
15bcbb5467 Rearranged source and demos, instructions are now in the manual 2024-02-25 08:34:08 +01:00