* === added directory usr/share/byobu/status, configure.ac,

etc/byobu/statusrc, experimental/byobu-status-all => usr/bin/byobu-
  statusd, Makefile.am, usr/bin/byobu-janitor, usr/bin/byobu-status-
  print, usr/bin/Makefile.am, usr/lib/byobu/color,
  usr/lib/byobu/.constants, usr/lib/byobu/Makefile.am,
  usr/lib/byobu/.shutil, usr/share/byobu/profiles/common,
  usr/share/byobu/status/1, usr/share/byobu/status/2,
  usr/share/byobu/status/3, usr/share/byobu/status/4,
  usr/share/byobu/status/Makefile.am:
  - add shared configurations for status ordering
  - install symlinks to status ordering
  - add status script for status colors
  - move color function to shared utils
  - add stub for tmux color support
  - add byobu-statusd, daemon to cache and update status information in the
    run directory as the information expires
  - add byobu-status-print, script to concatenate status per ordered
    configuration
  - move byobu backend support below BYOBU_CONFIG_DIR determination
  - move status frequencies to a shared utility function
  - drop the backtick commands for all the individual status functions
  - add the backtick commands for the 4 quadrants of status
  - update the hardstatus line accordingly
This commit is contained in:
Dustin Kirkland 2011-07-10 16:51:50 +01:00
commit ba6e71a112
19 changed files with 312 additions and 139 deletions

View file

@ -22,6 +22,7 @@ AC_OUTPUT(Makefile \
usr/share/byobu/keybindings/Makefile \
usr/share/byobu/pixmaps/Makefile \
usr/share/byobu/profiles/Makefile \
usr/share/byobu/status/Makefile \
usr/share/byobu/tests/Makefile \
usr/share/byobu/windows/Makefile \
usr/share/doc/byobu/Makefile \