Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
improved UI to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-simon committed Nov 28, 2017
1 parent 0f146df commit 118dc01
Show file tree
Hide file tree
Showing 8 changed files with 355 additions and 314 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ansifilter 2.9

-fixed parsing of "(B" reset sequence (https://github.com/andre-simon/ansifilter/issues/10)
-CLI: added --no-version-info option
-GUI: layout adjustments

---

Expand Down
1 change: 1 addition & 0 deletions src/codegenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ void CodeGenerator::processInput()
}

// http://linuxcommand.org/lc3_adv_tput.php
// http://ascii-table.com/ansi-escape-sequences-vt-100.php
if (next==0x28){ // ( -> maybe need to handle more codes here
if (line[i+2]==0x42) { // B
elementStyle.setReset(false);
Expand Down
2 changes: 1 addition & 1 deletion src/qt-gui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#############################################################################
# Makefile for building: ansifilter-gui
# Generated by qmake (3.1) (Qt 5.9.2)
# Generated by qmake (3.1) (Qt 5.9.3)
# Project: ansifilter-gui.pro
# Template: app
# Command: /usr/bin/qmake -o Makefile ansifilter-gui.pro
Expand Down
Loading

0 comments on commit 118dc01

Please sign in to comment.