Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sixel support for images with pixel resolution #233

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2019

  1. sixel implementation

    Simon Lehn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    8d9e27b View commit details
    Browse the repository at this point in the history
  2. iTerm2 positioning

    Simon Lehn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    8563923 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. fix image dimensions change check

    Simon Lehn committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    059b74d View commit details
    Browse the repository at this point in the history
  2. rm binary

    Simon Lehn committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    8dbfb0d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. image now also fills the last line when cropped

    Simon Lehn committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    78c8702 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    6f80c95 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. buggy initial tmux support

    Simon Lehn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c02535d View commit details
    Browse the repository at this point in the history
  2. removed tmux test

    Simon Lehn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8f4cf8b View commit details
    Browse the repository at this point in the history
  3. make initiating function recallable for possible terminal changes whe…

    …n muxed
    Simon Lehn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8fea765 View commit details
    Browse the repository at this point in the history
  4. add sixel opt-out

    Simon Lehn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ba0d9e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. remove vendor (changes are now upstream)

    Simon Lehn committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    17d78c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. code split up - introduced resize bug

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e6c38b9 View commit details
    Browse the repository at this point in the history
  2. removed comment

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    459a85e View commit details
    Browse the repository at this point in the history
  3. Merge github.com:gizak/termui into sixel

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    b0b7abc View commit details
    Browse the repository at this point in the history
  4. -

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    b2b2d38 View commit details
    Browse the repository at this point in the history
  5. fix whitespace

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    5279aa6 View commit details
    Browse the repository at this point in the history
  6. initiation

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    f99e378 View commit details
    Browse the repository at this point in the history
  7. removed unnecessary term check

    Simon Lehn committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e9142dc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. added urxvt pixbuf drawer

    Simon Lehn committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    c3b3896 View commit details
    Browse the repository at this point in the history
  2. added kitty drawer

    Simon Lehn committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    3de3e05 View commit details
    Browse the repository at this point in the history
  3. clean up & added todo

    Simon Lehn committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    5330efe View commit details
    Browse the repository at this point in the history