Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Bug #115

Resizing client via subtlext add offsets

Added by Tadahiko Uehara almost 15 years ago. Updated almost 15 years ago.

Status:
Rejected
Priority:
Urgent
Category:
Bugfix
Target version:
-
Start date:
08/05/2009
Due date:
% Done:

0%

Estimated time:
1.00 h

Description

irb(main):003:0> c = S.clients[3]
=> #<Subtlext::Client:0x836a24c @id=3, @win=14680070, @name='dev-term',@klass='URxvt',
 @x=512, @y=12, @width=508, @height=752, @gravity=6, @screen=1, @flags=0>
irb(main):004:0> c.size
=> [512, 12, 508, 752]
#=> See attached good.jpg

irb(main):005:0> c.size = [512, 12, 508, 752]
=> [512, 12, 508, 752]
#=> See attached bad.jpg
good.jpg (29.1 KB) good.jpg Tadahiko Uehara, 08/05/2009 12:26 PM
bad.jpg (28.5 KB) bad.jpg Tadahiko Uehara, 08/05/2009 12:26 PM

History

#1 Updated by Christoph Kappel almost 15 years ago

  • Priority changed from High to Urgent
  • Assignee set to Non member users

#2 Updated by Christoph Kappel almost 15 years ago

  • Status changed from Unconfirmed to Rejected

Actually not a bug, but a design limitation.

Also available in: Atom PDF