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

[DO NOT MERGE} initial zsh support #355

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

[DO NOT MERGE} initial zsh support #355

wants to merge 8 commits into from

Commits on Sep 12, 2014

  1. initial zsh support

    detiber committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    f5681dd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. zsh fixes for ps and wget Termlets

    - wget - bottom of terminal is now updated when Download is initiated,
      and progress is updated, but it is not cleared when download
      finished/canceled
    
    - ps - menus actually show up now
    detiber committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    2eea484 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2014

  1. use SHELL env variable to determine shell to launch, fallback to defa…

    …ult setting (bash) if SHELL is not supported
    detiber committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    98f1eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9ea24 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    d4a68e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44eb025 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2014

  1. Fix crash when attempting to display popup menu

    zsh still does not invoke the menu, but at least now it doesn't crash on
    no input
    detiber committed Oct 3, 2014
    Configuration menu
    Copy the full SHA
    76ce1a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. some additional debugging and attempts to cleanup crash issue with zsh

    and an empty command.
    
    Looks like the cursor_position is < command_start_postion (at least with
    my .zshrc)
    detiber committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    f9153f3 View commit details
    Browse the repository at this point in the history