]> code.delx.au - gnu-emacs-elpa/commit
* ampc.el: Take window width into account when computing tabular cell widths.
authorChristopher Schmidt <christopher@ch.ristopher.com>
Wed, 1 Aug 2012 12:23:56 +0000 (14:23 +0200)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Wed, 1 Aug 2012 12:23:56 +0000 (14:23 +0200)
commit1db1cc7a8a81a04be8df5106d30e35f67de72b45
tree48bfb0d15f88f87c24860b1ec8bff40ddcb202c1
parentad249c2ab09a0d33d302add0190c8ecd41de32f2
* ampc.el: Take window width into account when computing tabular cell widths.
(ampc-views): Replace :offset by :min, :max and :width properties.
(ampc-tab-offsets): New variable.
(ampc-pad): Use ampc-tab-offsets to pad input.  Do not accept an alist any
more.  All users of ampc-pad changed to reflect the new format.
(ampc-update-header): Move "[ Updating... ]" label to the front of the header.
(ampc-set-tab-offsets): New function.
(ampc-configure-frame-1): Call ampc-tab-offsets to compute the tabular cell
widths.
ampc.el